home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / gfx / board / EGSPlus.readme < prev    next >
Text File  |  1997-01-05  |  8KB  |  170 lines

  1. Short:    Release9: Extended Graphics Preview! incl. cybergraphics.library
  2. Author:   jschober@campusart.com (Jürgen Schober)
  3. Uploader: jschober@campusart.com (Jürgen Schober)
  4. Type:     gfx/board
  5. Date:     96/12/18
  6. Replaces: egsplus.lha, EGSPlus.lha, egsplus.readme
  7. Requires: EGS System 7, AmigaOS 3.0+, 68020+
  8.  
  9. Some new patches for the current EGSWB Intuition Emulation
  10. driver (EGSWBDriver v7.039 or newer). 
  11.  
  12. I didn't want to make another EGSPlus archive, but as I had 
  13. a discussion on c.s.a. about hitting the hardware directly,
  14. I decided to release another archive that has some features
  15. from the future extended graphics emulation build in.
  16. This is the first puplic release of my new extended 
  17. bitmap which will be introduced with extended graphics in 97
  18. and is build into this version of EGSPlus !
  19.  
  20. For developers: Please check out the developer directory
  21.                 in this archive. This archive also contains the plasma demo
  22.                 from the rtg master archive which now runs in a window
  23.                 of the workbench (or a custom screen).
  24.  
  25. To 2410 users: A new EGS V2.1 driver for the A2410 on request - for free
  26.                (the docs are not ready, so this is why it is not
  27.                 released yet - I will release it with sources later
  28.                 in 97 as an example how to write EGS drivers)
  29.  
  30. To the rest of the World :
  31.  
  32. Peace and Merry Christmas and an interessting happy new year 1997 !
  33.  
  34.  
  35. History:
  36.  
  37. Release 9: · Fixed some smaller bugs in Alloc/FreeBitMap(),
  38.            · BMF_BITMAPTAGS now build in (preview).
  39.            · Introduce struct ExtBitMap. (preview)
  40.            · Included developer stuff    (preview)
  41.  
  42. Release 8: Modified AllocBitMap(). Now AllocBitMap() also 
  43.            allocates clipping rectangles in boardmemory if available
  44.            (again? I guess I had a bug here before) 
  45.            This means that background rendering could also be done
  46.            by the onboard blitter and therefore is real fast.
  47.            SmartRefresh can also be done by the blitter now.
  48.  
  49. Release 7: On a request I added a new ToolType "POPUP=YES|NO"
  50.            so you can switch off the startup window.
  51.            The window isn't opened if you start EGSPlus from
  52.            cli, either (as some need to start them before WBStartup).
  53.            
  54.            AllocBitMap() now supports allocation of cg compatible
  55.            chunky bitmaps. If the bit 8 is set (1<<7), the bitmap
  56.            returned is a chunky bitmap. Hm, well, that doesn't 
  57.            really make sence, since you need a cg.library to poke directly
  58.            into the chunky data (which should work with the incl. cg.library)
  59.            Currently only the 8 bit chunky format is supported, since
  60.            the EGS Emu doesn't support bitmap depths greater than 8 bit yet.
  61.            PLEASE ! I still recommend not to use this to allocate a
  62.            chunky bitmap ! (Well, sure you could do your color remapping
  63.            easily without adding your own plane2chunky converter) but ...
  64.  
  65.            Please use Friend bitmaps wherever possible !!!
  66.            
  67.  
  68. Release 6: I had a stupid bug on non layered operations. 
  69.            Fixed that. So IBrowse runs again.
  70.            IBrowse trashes some images if my cybergraphics.library
  71.            is present. I am not sure what it is. I guess
  72.            it has something to do with planes in fast mem (?)
  73.            because it doesn't call any of my functions...
  74.  
  75. Release 5: Added new AllocBitMap()/FreeBitMap() Routines.
  76.            Now it is possible to allocate Cybergraphics 
  77.            compatible friend bitmaps (See CyberGraphics doc).
  78.            Plain Chunky Bitmap allocation is still not possible,
  79.            since I do not know what value the BMB_SPECIALFMT bit has 
  80.            ( Bit 8 ?).
  81.  
  82.            Please, also check out the latest How2UseGfxV39.lha
  83.            in dev/src/ on how to use chunky friend bitmaps 
  84.            (an now compare cyber2egs bitmaps :)
  85.  
  86.            Also I fixed a bug in the WriteChunkyPixels() Function.
  87.  
  88. Release 4:
  89.            cybergraphcics.library supports DoCDrawMethodTagList() now.
  90.  
  91. Release 3 had still trouble with v39 systems. Was a stupid error, sorry.
  92. So, it should _really_ work on v39 systems now :)
  93.  
  94. Release 3:  Also included is a cybergrpahics.library that let you run
  95.             cybergraphics applications on the EGS emulation (8 bit only
  96.             though). WARNING ! This library is not conplete now !
  97.  
  98. enjoy
  99.     Jürgen
  100.  
  101. ---
  102. Jürgen Schober
  103. Graz · Austria
  104. e-mail: point@sbox.tu-graz.ac.at (private)
  105.         jschober@campusart.com   (business)
  106. WWW:    http://www.sbox.tu-graz.ac.at/home/point/Welcome.html
  107.         http://www.pointdesign.campusart.com/
  108.  
  109.  
  110. ============================= Archive contents =============================
  111.  
  112. Original  Packed Ratio    Date     Time    Name
  113. -------- ------- ----- --------- --------  -------------
  114.     3056     735 75.9% 18-Dec-96 13:48:34  EGSPlus.info
  115.     1847     947 48.7% 18-Dec-96 13:47:42 +Copyright
  116.     3526     672 80.9% 20-Oct-96 16:25:02 +Copyright.info
  117.     3212     915 71.5% 18-Dec-96 13:35:14 +Developer.info
  118.     3056     735 75.9% 18-Dec-96 13:48:26 +Include.info
  119.     3056     736 75.9% 18-Dec-96 12:57:04 +graphics.info
  120.     6501    2349 63.8% 18-Dec-96 12:56:56 +extgfx.h
  121.     1615    1148 28.9% 18-Dec-96 12:57:04 +extgfx.h.info
  122.     1598     803 49.7% 18-Dec-96 13:22:36 +LiesMich
  123.     3496     642 81.6% 18-Dec-96 13:35:14 +LiesMich.info
  124.     3056     741 75.7% 18-Dec-96 13:35:14 +Plasma Demo.info
  125.      841     498 40.7% 18-Dec-96 13:30:58 +Build.info
  126.     2404     626 73.9% 18-Dec-96 13:27:16 +flameasm.a
  127.     1774    1115 37.1% 18-Dec-96 13:30:58 +flameasm.a.info
  128.      512     346 32.4% 18-Dec-96 13:27:20 +flameasm.o
  129.    11640    7157 38.5% 18-Dec-96 13:30:34 +os_flame
  130.    16323    4376 73.1% 18-Dec-96 13:34:28 +OS_flame.c
  131.    16323    4376 73.1% 18-Dec-96 13:34:26 +OS_flame.c.bak
  132.     1296     816 37.0% 18-Dec-96 13:30:58 +OS_flame.c.info
  133.     1007     669 33.5% 18-Dec-96 13:30:58 +os_flame.info
  134.     3548    1945 45.1% 18-Dec-96 13:30:34 +OS_flame.o
  135.      186     111 40.3% 18-Dec-96 13:30:28 +os_flame_rev.h
  136.      228     125 45.1% 18-Dec-96 13:30:28 +os_flame_rev.i
  137.        2       2  0.0% 18-Dec-96 13:30:26 +os_flame_rev.rev
  138.       21      21  0.0% 18-Dec-96 13:31:28 +SCOPTIONS
  139.     4389    1239 71.7% 18-Dec-96 13:30:58 +SCOPTIONS.info
  140.      593     384 35.2% 18-Dec-96 13:28:42 +smakefile
  141.     1619     999 38.2% 18-Dec-96 13:30:58 +smakefile.info
  142.     1478     549 62.8% 18-Dec-96 13:27:26 +timer.c
  143.     1575    1060 32.6% 18-Dec-96 13:30:58 +timer.c.info
  144.      119      75 36.9% 18-Dec-96 13:29:24 +timer.h
  145.      812     472 41.8% 18-Dec-96 13:27:32 +timer.o
  146.     1169     564 51.7% 18-Dec-96 13:14:22 +Readme
  147.     3496     642 81.6% 18-Dec-96 13:35:14 +Readme.info
  148.     1352     718 46.8% 20-Oct-96 16:25:02 +Docs.info
  149.     1352     714 47.1% 21-Oct-96 10:40:08 +Deutsch.info
  150.     9844    4318 56.1% 24-Oct-96 10:50:52 +EGSPlus.guide
  151.     1748     258 85.2% 21-Oct-96 10:07:34 +EGSPlus.guide.info
  152.     1352     715 47.1% 21-Oct-96 10:40:14 +English.info
  153.    10651    4690 55.9% 24-Oct-96 10:49:16 +EGSPlus.guide
  154.     1748     257 85.2% 21-Oct-96 10:07:32 +EGSPlus.guide.info
  155.    67276   16667 75.2% 01-Dec-96 11:02:22 +EGSPlus
  156.    13278    5702 57.0% 18-Dec-96 13:25:34 +EGSPlus.info
  157.     1352     728 46.1% 18-Dec-96 12:16:40 +Install.info
  158.     1269     554 56.3% 20-Oct-96 16:24:04 +Deutsch.info
  159.     1269     555 56.2% 20-Oct-96 16:24:04 +English.info
  160.     4375    1336 69.4% 11-Nov-96 11:02:48 +Install
  161.     1352     717 46.9% 09-Nov-96 14:29:36 +libs.info
  162.     9476    4126 56.4% 13-Nov-96 16:46:50 +cybergraphics.library
  163.     1256     884 29.6% 13-Nov-96 20:24:26 +cybergraphics.library.info
  164.     9768    3991 59.1% 18-Dec-96 13:25:02 +egsplus.library
  165.     1256     890 29.1% 18-Dec-96 13:25:26 +egsplus.library.info
  166.     4759    2145 54.9% 18-Dec-96 13:47:00 +Readme
  167.     3526     673 80.9% 20-Oct-96 16:25:02 +Readme.info
  168. -------- ------- ----- --------- --------
  169.   253633   89228 64.8% 19-Dec-96 18:38:50   54 files
  170.